home *** CD-ROM | disk | FTP | other *** search
- struct WRITE
- {
- char command;
- short station_id;
- struct xmone *xm1;
- struct xmtwo *xm2;
- short buffer_len_one;
- short buffer_len_two;
- struct one *pbo;
- struct two *pbt;
- short *close_data;
- };
- struct one{
- char outbuf[255];
- };
- struct two{
- char buf_begin;
- char buf_end;
- };
- struct TGET{
- short station_id; /*¿ñÑ¡Γ¿Σ¿¬áΓ«p ßΓᡵ¿¿*/
- short buffer_left; /*¬«½¿τÑßΓó« «ßΓáóΦ¿σß∩ íπΣÑp«ó*/
- char buffer_get; /*¬«½¿τÑßΓó« íπΣÑp«ó ñ½∩ »«½πτÑ¡¿∩*/
- char res[3];
- struct one *xm1; /*áñpÑß »Ñpó«ú« »p¿¡∩Γ«ú« íπΣÑpá*/
- };